github.com/gotd/td/internal/exchange.ServerExchange.log (field)

9 uses

	github.com/gotd/td/internal/exchange (current package)
		flow.go#L100: 		log:  e.log,
		server.go#L15: 	log  *zap.Logger
		server_flow.go#L110: 	s.log.Debug("Received client ReqPqMultiRequest")
		server_flow.go#L126: 	s.log.Debug("Sending ResPQ", zap.String("pq", pq.String()))
		server_flow.go#L151: 		s.log.Debug("Received ReqPQ again")
		server_flow.go#L155: 		s.log.Debug("Received client ReqDHParamsRequest")
		server_flow.go#L220: 	s.log.Debug("Sending ServerDHParamsOk", zap.Int("g", g))
		server_flow.go#L234: 	s.log.Debug("Received client SetClientDHParamsRequest")
		server_flow.go#L259: 	s.log.Debug("Sending DhGenOk")